Skip to content

chore: add manual release workflow dispatch#122

Merged
marandaneto merged 2 commits intomainfrom
chore/add-manual-release-workflow-dispatch
Apr 16, 2026
Merged

chore: add manual release workflow dispatch#122
marandaneto merged 2 commits intomainfrom
chore/add-manual-release-workflow-dispatch

Conversation

@marandaneto
Copy link
Copy Markdown
Member

💡 Motivation and Context

The release workflow can currently run only from a merged PR with release labels. Adding workflow_dispatch makes it possible to trigger a release manually from GitHub Actions when needed.

This also updates RELEASING.md to document the manual path and the required bump type selection.

💚 How did you test it?

  • Reviewed the workflow logic change
  • Validated .github/workflows/release.yml parses as YAML

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Added the release label to the PR
  • Added exactly one version bump label: bump-patch, bump-minor, or bump-major

@marandaneto marandaneto requested a review from a team as a code owner April 16, 2026 16:30
@marandaneto marandaneto enabled auto-merge (squash) April 16, 2026 16:31
@marandaneto marandaneto merged commit 93ee12f into main Apr 16, 2026
10 checks passed
@marandaneto marandaneto deleted the chore/add-manual-release-workflow-dispatch branch April 16, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants